From: Andrea Corallo Date: Wed, 21 Feb 2024 20:38:11 +0000 (+0100) Subject: ; * lisp/emacs-lisp/comp-run.el: Fix typo. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2471 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b214cb2843851c410d603e7fb487a462d5f7bee1;p=emacs.git ; * lisp/emacs-lisp/comp-run.el: Fix typo. --- diff --git a/lisp/emacs-lisp/comp-run.el b/lisp/emacs-lisp/comp-run.el index 5d1a193269d..8fcbe31cf0b 100644 --- a/lisp/emacs-lisp/comp-run.el +++ b/lisp/emacs-lisp/comp-run.el @@ -25,7 +25,7 @@ ;; While the main native compiler is implemented in comp.el, when ;; commonly used as a jit compiler it is only loaded by Emacs sub -;; processes performing async compilation. This files contains all +;; processes performing async compilation. This file contains all ;; the code needed to drive async compilations and any Lisp code ;; needed at runtime to run native code.